home *** CD-ROM | disk | FTP | other *** search
/ Univers Interactif 3 / INTERACTIF.BIN / pc / planeten / internet / machttp2.sit / MacHTTP 2.0 / MacHTTP Software & Docs / Tutorials / Extending MacHTTP Scripts / README < prev    next >
Text File  |  1994-12-15  |  3KB  |  52 lines

  1. This folder contains several AppleScript scripts saved as text files and a 
  2. single applet suitable to use as a CGI application with MacHTTP.  These scripts 
  3. were written to accompany my online lessons on how to write CGI applications 
  4. for MacHTTP using AppleScript.  You can access those lessons at:
  5.  
  6.   http://www.uwtc.washington.edu/Computing/WWW/ExtendingMacHTTP.html
  7.  
  8. These lessons proceed from the most basic script (Script1.txt), which returns 
  9. all of the parameters without any processing, to several advanced examples, 
  10. which send e-mail or provide guestbook features for your site.  Only the e-mail 
  11. example is available in this archive.  The rest will be made available 
  12. on the WWW site above, after they have been fully tested.
  13.  
  14. The easiest way to test these forms and CGI's on your own server is to put 
  15. this folder in the same directory as MacHTTP.  Every form will then be 
  16. referenced as "/LessonScripts/[form name here]".  Every CGI is referenced by 
  17. relative URL, so there is no need to change the forms.  
  18. WARNING: THIS WILL NOT WORK IF YOU ARE USING "OPEN FILE" OPTION ON NETSCAPE 
  19. (or something similar with other WWW browsers).  When you load the HTML page 
  20. directly from disk (the URL looks like "file://") instead of from MacHTTP 
  21. (where the URL will be "http://") you lose the ability to launch the CGI 
  22. apps correctly.  To fix this either load the page from MacHTTP (preferable), or 
  23. change the URL in the form so it is a complete URL 
  24. (e.g., http://[your server name]/LessonScripts/[CGI app name]).
  25.  
  26. The contents of this folder are not public domain.  They may be freely used and 
  27. modified for use on any site running MacHTTP, but they may not be published in 
  28. any form, electronic or otherwise, without my written permission.  I would 
  29. appreciate it if sites which use these scripts would acknowledge their source 
  30. (myself) somewhere on the site.
  31.  
  32. ================ Disclaimer ==============================
  33. Warning: Use of the contents of this archive is at your own risk. They carry
  34. no guarantee, implied or otherwise, to perform as indicated.  In no way will Jon
  35. Wiederspan be liable for any damages or losses
  36. incurred as a result of use of the contents of this archive or the use of
  37. products which employ portions of same contents.
  38.  
  39. ==========================================================
  40.  
  41. All comments, bug reports, and flames should be directed to myself at the 
  42. e-mail address below.
  43.  
  44.  
  45. Jon Wiederspan
  46. Research Consultant - Software Design
  47. Technical Japanese Program
  48. University of Washington
  49. Seattle, WA   USA
  50. jonwd@tjp.washington.edu
  51. http://www.uwtc.washington.edu/JonWiederspan/JonBio.html
  52.